home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 0 / 20.TXT < prev    next >
Text File  |  1993-08-31  |  3KB  |  85 lines

  1. DOCUMENT:Q102020  26-AUG-1993  [W_NT]
  2. TITLE   :How to Monitor Disk Performance with Performance Monitor
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. Disk performance counters, the Diskperf service, must be started prior
  16. to the Performance Monitor in order to monitor disk performance. Disk
  17. performance counters are disabled by default.
  18.  
  19. The impact of the Performance Monitor on the overall performance of a
  20. system is minimal. However, the counters (which are necessary to
  21. monitor disk performance) will have a slight impact to the overall
  22. system performance. For this reason, these counters are not started by
  23. default. Therefore, for best system performance, they should be
  24. started prior to beginning disk performance monitoring and then
  25. terminated.
  26.  
  27. To enable the Diskperf service, use either of the following two
  28. procedures.
  29.  
  30. Procedure 1
  31. -----------
  32.  
  33. 1. Choose the Command Prompt icon in the Main group.
  34.  
  35. 2. At the command prompt, type "DISKPERF -Y" (without the quotation
  36.    marks) and press ENTER. You will receive the following message:
  37.  
  38.       Disk performance counters on this system are now set to start at
  39.       boot. This change will take effect after the system is rebooted.
  40.  
  41. Procedure 2
  42. -----------
  43.  
  44. 1. Start Control Panel, choose Devices and change the startup
  45.    value of Diskperf to Boot.
  46.  
  47. 2. Restart your computer.
  48.  
  49. Once the system is restarted, disk performance monitoring is enabled.
  50. After monitoring disk performance, you should turn off the Diskperf
  51. service.
  52.  
  53. Use to following command to disable the Diskperf service:
  54.  
  55.    DISKPERF -N -- This will set the disk performance counters to
  56.    never start. For best overall system performance issue this command
  57.    from the command prompt after completing disk performance monitoring.
  58.  
  59. Other helpful commands that may be issued from the command prompt to
  60. assist in disk performance monitoring are:
  61.  
  62.    DISKPERF /? -- Displays help for the DISKPERF command.
  63.  
  64.    DISKPERF -- Displays the current status of the disk
  65.    performance counters along with help for the DISKPERF command.
  66.  
  67. Additional reference words: 3.10
  68. KBCategory:
  69. KBSubcategory: pertune
  70.  
  71. =============================================================================
  72.  
  73. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  74. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  75. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  76. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  77. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  78. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  79. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  80. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  81. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  82. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  83. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  84.  
  85. Copyright Microsoft Corporation 1993.